Return to doc.sitecore.com

  Web.config Changes in rev.090317 Compared to rev.090212

Select the link below to download the Web.config file and the Domains.config.xml file of the Sitecore CMS 6.0.1 rev.090317 installation:

Below is the list of changes made to the web.config file of Sitecore CMS 6.0.1 rev.090317 as compared to the one in Sitecore CMS 6.0.1 rev.090212. 

  1. Added to the settings section: 
    <!--  MAX ITEM NAME
                 Specifies the maximum length of an item name.
                 Default value: 100
    -->
    <setting name="MaxItemNameLength" value="100" />

Below is the list of changes made to the domains.config.xml file of Sitecore CMS 6.0.1 rev.090317 as compared to the one in Sitecore CMS 6.0.1 rev.090212.

  1. Attribute added to the domain section:
    defaultProfileItemId: The ID of the default Profile item for the domain. This property is typically used when using external security providers where the users in the domain do not automatically have a Profile associated with them (such as when using the Active Directory security provider). Optional - default value: (blank).
    Example:
    <domain name="ad" defaultProfileItemID="4F950223-262E-4F10-B647-9841FA0527D0" />